home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / Mark Pilgrim / Dialectic 1.2 / source / Dialectic ƒ / Shell ƒ / progress.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-10-30  |  497 b   |  16 lines  |  [TEXT/KAHL]

  1. /**********************************************************************\
  2.  
  3. File:        progress.h
  4.  
  5. Purpose:    This is the header file for progress.c
  6.  
  7. \**********************************************************************/
  8.  
  9. extern    DialogPtr        gProgressDlog;
  10.  
  11. DialogPtr OpenProgressDialog(unsigned long max, Str255 theTitle);
  12. void UpdateProgressDialog(unsigned long cur);
  13. void SetProgressText(Str255 p1, Str255 p2, Str255 p3, Str255 p4);
  14. void DismissProgressDialog(void);
  15. Boolean DealWithOtherPeople(void);
  16.